MongoInfo

constructor(mongoAddress: String = if (System.getenv("DB_CONNECTION_ADDRESS") == null) { "mongodb://localhost:27017" } else { System.getenv( "DB_CONNECTION_ADDRESS", ) }, databaseName: String = "Warehouse", collectionName: String = "Ingredient")

Parameters

mongoAddress

port to connect

databaseName

name of the database

collectionName

name of the collection